home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / boxer / boxer.lha / coms-patch.lisp < prev    next >
Text File  |  1993-07-17  |  513b  |  12 lines

  1. ;;;-*-Mode: LISP; Package: Boxer; PATCH-FILE: T-*-
  2.  
  3. (defboxer-function bu::com-enter-box () (com-enter-box))
  4. (defboxer-function bu::com-exit-box () (com-exit-box))
  5. (defboxer-function bu::com-make-sprite-box () (com-make-sprite-box))
  6. (defboxer-function bu::com-make-and-enter-box () (com-make-and-enter-box))
  7. (defboxer-function bu::com-make-and-enter-data-box () (com-make-and-enter-data-box))
  8.  
  9. (defboxer-function bu::com-previous-row () (com-previous-row))
  10. (defboxer-function bu::com-next-row () (com-next-row))
  11.  
  12.